@andrewjohnwatts Use some CSS to hide the Bookmark Icons, then use Emojis for the Bookmark Titles with the setting Text Only.
alt text
To save even more space, hide the folder dropdown arrows, and underline the folder name text.
/*Hide Bookmark Folder Icons*/
.bookmark-bar.text .observer .VivaldiSvgIcon {display: none;}
.bookmark-bar.text .observer .bookmarkbarItem.folder span.title {text-decoration: underline;}
alt text